Skip to main content
Version: 5.3.0.0

Readiness Probe

One important function in container environments is the readiness probe. The readiness probe is an HTTP endpoint that detects whether the container is able to serve requests or is still starting. In Orchestra, a standard endpoint is provided for this readiness probe.

The readiness probe can be accessed at the following URL:

http://<Servername/IP-address>:<port>/Orchestra/ServerReadinessProbe/isAlive/

When Orchestra is ready to serve requests, it returns an HTTP status code 200. If Orchestra is still starting or encounters an error, it returns a 503 status code.